Delete Rag Config
RAG API Endpoints
Delete RAG Configuration
Deletes an existing RAG configuration by its ID.
DELETE
Delete Rag Config
Description
Deletes an existing Rag configuration by its ID.Endpoint
DELETE/v3/rag/{config_id}/
Authentication
API Key (x-api-key) must be included in the request headers.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
config_id | string | Unique identifier of the Rag config to delete. |
Response
| Code | Description |
|---|---|
| 200 | Successful Response |
| 422 | Validation Error |